home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Everything For A Hacker
/
19990506-[HACK].iso
/
HEXEDIT
/
UTILS
/
OVL301.ARJ
/
HORSE.C
< prev
next >
Wrap
Text File
|
1988-02-18
|
119b
|
12 lines
horse_noise()
{
printf(" goes neigh");
}
horse(int i)
{
printf("\nhorse");
if(i==9)
horse_noise();
}